Skip to content

Conversation

@HanNayeoniee
Copy link
Collaborator

백엔드 서버 초기 세팅

  • FastAPI 기반 REST API 서버
  • main.py 파일은 수료증 발급 서비스 참고
  • PostgreSQL 연결 및 ORM 지원
  • /test/ping_db 엔드포인트를 통한 DB 연결 상태 확인
  • docker 기반 배포 및 테스팅

@soohyunme
Copy link
Member

#153
PR 참고하여 일부 수정했습니다.
확인 부탁드립니다.

Comment on lines +6 to +8
SECRET_KEY: str = os.getenv("SECRET_KEY", "change-me-in-prod")
ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = int(os.getenv("ACCESS_TOKEN_EXPIRE_MINUTES", "60"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JWT 사용을 위한 세팅이면 필요없을 것 같습니다.
저희 이메일을 통해서만 로그인 처리를 하고 행사 기간 잠깐만 서비스를 사용하는 것이다 보니 굳이 필요없지 않을까 합니다!

@hu6r1s hu6r1s merged commit 4c8c42f into main Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants